Consolidate page structure and fix SEO duplicate content issues#5
Merged
Merged
Conversation
…ixes Co-authored-by: t128n <53407297+t128n@users.noreply.github.com>
Co-authored-by: t128n <53407297+t128n@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] I'm currently not a fan of the structure of the /ueber, /kontakt and /impressum page. I think that either kontakt should go into ueber or into impressum. also currently the v1/ pages are also put into the sitemap which causes some seo problems as they ...
Consolidate page structure and fix SEO duplicate content issues
Sep 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses two key issues with the website structure and SEO:
Page Structure Consolidation
The previous structure with separate
/ueber,/kontakt, and/impressumpages was redundant. Contact information is now logically consolidated into the "About" page:kontakt.mdxare now part ofueber.mdxas a comprehensive "Kontakt" sectionSEO Duplicate Content Fix
The site was suffering from significant SEO issues due to duplicate content indexing:
Before: 501 pages indexed including 246 duplicate v1/ pages
After: 255 pages indexed with v1/ pages properly excluded
Technical Implementation
Added a sitemap filter to exclude legacy v1/ content:
This change eliminates the SEO penalty from duplicate content while maintaining the v1/ pages for any existing bookmarks or links.
Impact
The changes are minimal and surgical, addressing the core issues without disrupting existing functionality or content accessibility.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/t128n/open-fidup/contributorsnode /home/REDACTED/work/open-fidup/open-fidup/node_modules/.bin/astro build(http block)telemetry.astro.buildnode /home/REDACTED/work/open-fidup/open-fidup/node_modules/.bin/astro build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.